Loading...

Nextjs Server Actions5

Next.js 14 - Endless Scroll with Contentful and Server Actions

Next.js 14 - Endless Scroll with Contentful and Server Actions

As your blog grows, you may need a function like "Load more" or "Infinite scroll." I will focus on that and show how easy it is with Next.js 14, Server Actions, and Contentful as CMS.

Next.js 14 / SEO - Combine Pagination with Infinite Scroll

Next.js 14 / SEO - Combine Pagination with Infinite Scroll

We know, Google Crawler is not a big fan of infinite scrolling because it can't use Javascript. Therefore, we need to add a crawler-friendly solution to find and index all pages properly.

Next.js 14 — Building a SaaS Solution on Azure (Storage Accounts etc.) — Part 4

Next.js 14 — Building a SaaS Solution on Azure (Storage Accounts etc.) — Part 4

In this final part of our series on building a SaaS solution using Next.js 14 and Azure, we will focus on the critical aspect of managing Azure Storage Accounts.

Next.js 14 - File upload with Dropzone, styled with TailwindCss

Next.js 14 - File upload with Dropzone, styled with TailwindCss

Let's build a nice-looking upload form with Next.js 14. We will integrate a dropzone and the capability to upload multiple files simultaneously with a fancy upload progress bar.

Azure AD B2C/Prisma ORM - Data control via REST - Part 2

Azure AD B2C/Prisma ORM - Data control via REST - Part 2

I will show you how you can delete and/or update your data within the Azure AD B2C Directory and your PostgreSQL DB at Neon.tech with ease using Prisma ORM/REST